home *** CD-ROM | disk | FTP | other *** search
/ Internet Surfer 2.0 / Internet Surfer 2.0 (Wayzata Technology) (1996).iso / pc / text / mac / faqs.144 < prev    next >
Text File  |  1996-02-12  |  28KB  |  672 lines

  1. Frequently Asked Questions (FAQS);faqs.144
  2.  
  3.  
  4.  
  5. ----------------------------------------------------------------
  6. Subject: [10] Genetic Algorithms
  7.  
  8. Overviews:
  9.  
  10.     L. B. Booker, D.E. Goldberg and J.H. Holland, "Classifier Systems and
  11.     Genetic Algorithms", Artificial Intelligence 40(1-3):235-282,
  12.     September 1989.
  13.  
  14.     David E. Goldberg, "Genetic Algorithms in Search, Optimization, and
  15.     Machine Learning", Addison-Wesley, Reading, MA, 1989, 412 pages.
  16.  
  17.     See also the July 1992 issue of Scientific American.
  18.  
  19. Collections:
  20.  
  21.     Davis, L., editor, "Genetic Algorithms and Simulated Annealing", Morgan
  22.     Kaufmann, 1989.
  23.  
  24.     Rawlins, G., editor, "Foundations of Genetic Algorithms", Morgan Kaufmann,
  25.     1991.
  26.  
  27.     See also the Proceedings of the First/Second/Third/Fourth International
  28.     Conference on Genetic Algorithms, published by Lawrence Erlbaum.
  29.  
  30. Miscellaneous:
  31.  
  32.     Holland, J.H. "Adaptation in Natural and Artificial Systems", University
  33.     of Michigan Press, 1975.  Reprinted by MIT Press, 1992.
  34.  
  35.     Holland, J.H., Holyoak, K.J., Nisbett, R.E., and Thagard, P.R., "Induction:
  36.     Processes of Inference, Learning, and Discovery", MIT Press, 1988.
  37.  
  38. ----------------------------------------------------------------
  39. Subject: [11] Production Systems, Expert Systems and Match Algorithms
  40.  
  41. Overviews:
  42.  
  43.     Bruce G. Buchanan and Edward H. Shortliffe, "Rule-Based Expert
  44.     Systems: The MYCIN Experiments of the Stanford Heuristic Programming
  45.     Project", Addison-Wesley, Reading, MA, 1985. The Davis and King
  46.     paper (chapter 4, "An overview of production systems") provides
  47.     a good overview.
  48.  
  49.     Frederick Hayes-Roth, "The knowledge based expert system: A tutorial",
  50.     IEEE Computer 17(9):11-28, 1984.
  51.  
  52.     Bruce G. Buchanan and R.O. Duda, "Principles of Rule-Based Systems",
  53.     Tech Report HPP-82-14, 1982. (Discusses the design of expert
  54.     systems, including representation, inference, and uncertainty
  55.     management. Examples from numerous specific systems, and discusses
  56.     which problems are suitable for attack by rule-based systems.)
  57.  
  58. OPS5:
  59.     Charles L. Forgy, "OPS5 User's Manual", Technical Report
  60.     CMU-CS-81-135, Carnegie Mellon University, School of Computer
  61.     Science, Pittsburgh, PA 1981.
  62.  
  63. RETE:
  64.     Charles L. Forgy, "RETE: A fast algorithm for the many
  65.     pattern/many object pattern match problem", Artificial
  66.     Intelligence 19(1):17-37, September 1982.
  67.  
  68. TREAT:
  69.     Daniel P. Miranker, "TREAT: A better match algorithm for AI
  70.     production systems". In Proceedings of the Sixth National
  71.     Conference on Artificial Intelligence (AAAI-87), pages 42-47,
  72.     August 1987.
  73.  
  74. MatchBox:
  75.     Mark Perlin, "The match box algorithm for parallel production
  76.     system match", Technical Report CMU-CS-89-163, Carnegie Mellon
  77.     University, School of Computer Science, Pittsburgh,
  78.     Pennsylvania, May 1989.
  79.  
  80. DRETE:
  81.     Michael A. Kelly and Rudolph E. Seviora, "An evaluation of DRETE
  82.     on CUPID for OPS5 matching", in Proceedings of the Eleventh
  83.     International Joint Conference on Artificial Intelligence (IJCAI-89),
  84.     pages 84-90, Detroit MI, August 1989, Morgan Kaufmann Publishers.
  85.  
  86. ----------------------------------------------------------------
  87. Subject: [12] Integrated AI Architectures
  88.  
  89.     Kurt VanLehn, editor, "Architectures for Intelligence",
  90.     Lawrence Erlbaum Associates, Hillsdale, NJ, 1991.
  91.  
  92.     SOAR:
  93.     John E. Laird, Allen Newell, and Paul S. Rosenbloom, "SOAR: An
  94.     Architecture for General Intelligence", Artificial
  95.     Intelligence, 33(1):1-64, 1987.
  96.  
  97.     PRODIGY:
  98.     Steven Minton, Jaime G. Carbonell, Craig A. Knoblock,
  99.     Daniel R. Kuokka, Oren Etzioni, and Yolanda Gil.
  100.     "Explanation-based learning: A problem solving perspective".
  101.     Technical Report CMU-CS-89-103, Carnegie Mellon University,
  102.     School of Computer Science, Pittsburgh, PA, 1989.
  103.  
  104.     THEO:
  105.     Tom M. Mitchell, J. Allen, P. Chalasani, J. Cheng, Oren Etzioni,
  106.     Marc Ringuette, and Jeffrey Schlimmer, "THEO: A Framework for
  107.     Self-Improving Systems", in Kurt VanLehn, editor, Architectures for
  108.     Intelligence, Lawrence Erlbaum Associates, Hillsdale, NJ, 1991.
  109.  
  110.     Subsumption Architectures:
  111.     Brooks, R., "A Robust Layered Control System for a Mobile Robot",
  112.     IEEE Journal of Robotics and Automation, RA-2, pages 14-23, April 1986.
  113.  
  114. ----------------------------------------------------------------
  115. Subject: [13] Fuzzy Logic
  116.  
  117.     Zadeh, L.A., "Fuzzy Sets," Information and Control, 8, 338-353, 1965.
  118.  
  119.     Klir, George J. and Folger, Tina A., "Fuzzy Sets, Uncertainty, and
  120.     Information", Englewood Cliffs,  NJ: Prentice Hall, 1988.
  121.  
  122.     Zimmermann, Hans J., "Fuzzy Set Theory and its Applications",
  123.     Boston, MA, Kluwer-Nijhoff Publishing, 1985.
  124.  
  125.     Didier Dubois, Henri Prade, and Ronald R. Yager, editors,
  126.     "Readings in Fuzzy Systems", Morgan Kaufmann Publishers, 1992.
  127.  
  128. ----------------------------------------------------------------
  129. Subject: [14] Artificial Life
  130.  
  131.     The best source for information is the proceedings of the
  132.     Artificial Life conferences. The proceedings were edited by
  133.     Christopher G. Langton and published by Addison-Wesley.
  134.     ISBN 0-201-09356-1 and 0-201-52751-2.
  135.  
  136.        Langton, C.G., editor, "Artificial Life" (Proceedings of the First
  137.        International Conference), Addison-Wesley, 1989.
  138.  
  139.        Langton, C.G., Taylor, C., Farmer, J.D., and Rasmussen, S., editors,
  140.        "Artificial Life II", Addison-Wesley, 1991.
  141.  
  142.     Forrest, S., editor, "Emergent Computation", MIT Press, 1991.
  143.  
  144.     Levy, S. "Artificial Life", 1992.  [A popularization]
  145.  
  146.     Jean-Arcady Meyer and Stewart W. Wilson, "From animals to animats:
  147.     Proceedings of the First International Conference on Simulation of
  148.     Adaptive Behavior (1990, Paris, France)", MIT Press, Cambridge, MA,
  149.     1991.
  150.  
  151. ----------------------------------------------------------------
  152. Subject: [15]  Qualitative Physics and Model Based Reasoning
  153.  
  154. QP Theory:
  155.     Forbus, K. D., Qualitative Process Theory, Artificial Intelligence,
  156.     24:85-168, 1984.
  157.  
  158. QSIM:
  159.     Kuipers, B., Qualitative Reasoning with Causal Models in
  160.     Diagnosis of Complex Systems, In D. S. Weld & J. deKleer, editors,
  161.     Readings in Qualitative Reasoning about Physical Systems,
  162.     pages 257-274, chapter 10, Morgan Kaufmann Publishers, 1989.
  163.  
  164. MBR-based Diagnosis:
  165.     Davis, R., Diagnostic Reasoning Based on Structure and Behavior,
  166.     Artificial Intelligence, 24:347-410, 1984.
  167.  
  168. Function-based MBR:
  169.     Sticklen, J., Chandrasekaran, B., & Bond, W.
  170.     Distributed Causal Reasoning. Knowledge Acquisition, 1:139-162, 1989.
  171.  
  172. ----------------------------------------------------------------
  173. Subject: [16] Task-specific Architectures for Problem Solving
  174.  
  175. Generic Tasks:
  176.      Chandrasekaran, B., Towards a Functional Architecture for
  177.      Intelligence Based on Generic Information Processing Tasks, In
  178.      IJCAI-87, pages 1183-1192, Milan, 1987.
  179.  
  180. Components of Expertise:
  181.      Steels, L., The Components of Expertise. AI Magazine, Summer, 1990.
  182.  
  183. KADS:
  184.      Breuker, J., & Wielinga, B., Models of Expertise in Knowledge
  185.      Acquisition, in G. Guida & C. Tasso, editors, Topics in
  186.      Expert Systems Design: Methodologies and Tools, Amsterdam:
  187.      North Holland Publishing Company, 1989.
  188.  
  189. Role-limiting Methods:
  190.      McDermott, J., Preliminary Steps Toward a Taxonomy of
  191.      Problem-Solving Methods, in S. Marcus, editor, Automating
  192.      Knowledge Acquisition for Expert Systems, pages 225-255,
  193.      Boston: Kluver Academic Publishers, 1988.
  194.  
  195. ----------------------------------------------------------------
  196. Subject: [17] Automated Deduction
  197.  
  198.  
  199.     C. Chang and R.C. Lee, "Symbolic Logic and Mechanical Theorem
  200.     Proving", Academic Press, 1973.
  201.  
  202.     Alan Bundy, "The Computer Modelling of Mathematical Reasoning",
  203.     Academic Press, 1983.
  204.  
  205.     David Duffy, "Principles of Automated Theorem Proving", John
  206.     Wiley and Sons, 1991.
  207.  
  208.     Larry Wos and Ross Overbeek and Ewing Lusk and Jim Boyle,
  209.     "Automated Reasoning. Introduction and Applications",  Second Edition,
  210.     McGraw-Hill, 1992.
  211.  
  212. ----------------------------------------------------------------
  213. Subject: [18] Probabilistic Reasoning
  214.  
  215.     Neapolitan, Richard E., "Probabilistic Reasoning in Expert Systems:
  216.     Theory and Algorithms", John Wiley and Sons, 1990.
  217.  
  218.     Oliver, Robert M., and Smith, James Q., editors, "Influence Diagrams,
  219.     Belief Nets and Decision Analysis", John Wiley and Sons, 1990.
  220.  
  221.     Pearl, Judea, "Probabilistic Reasoning in Intelligent Systems:
  222.     Networks of Plausible Inference", Morgan Kaufmann, San Mateo,
  223.     California, 1988.
  224.  
  225.     Shafer, Glenn, and Pearl, Judea, "Readings in Uncertain Reasoning",
  226.     Morgan Kaufmann, San Mateo, California, 1990.
  227.  
  228.     R.O. Duda, P.E. Hart, and N.J. Nilsson, "Subjective Bayesian Methods
  229.     for Rule-Based Inference Systems", In Proceedings of the 1976 National
  230.     Computer Conference, pages 1075-1082, AFIPS, 1976.
  231.  
  232. ----------------------------------------------------------------
  233. Subject: [19] Nonmonotonic Reasoning
  234.  
  235.     Matthew L. Ginsberg, "Readings in Nonmonotonic Reasoning",
  236.     Morgan Kaufmann, San Mateo, CA, 1987.
  237.  
  238.     Reiter, Ray, "Nonmonotonic Reasoning", Annual Review of Computer
  239.     Science, 2:147-186, 1987. (Appears in Ginsberg.)
  240.  
  241.     Doyle, J., "Truth Maintenance Systems", Artificial Intelligence,
  242.     12(3):231-272, 1979.
  243.  
  244. ----------------------------------------------------------------
  245. Subject: [20] Robotics and Computer Vision
  246.  
  247.     John J. Craig, "Introduction to Robotics", Addison-Wesley,
  248.     Reading, MA, 1989.
  249.  
  250.     Martin A. Fischler and Oscar Firschein, editors, "Readings in
  251.     Computer Vision", Morgan Kaufmann, San Mateo, CA, 1987.
  252.  
  253.     J. Michael Brady, "Computational approaches to image understanding",
  254.     ACM Computing Surveys 14(1):3-71, March 1982. (Survey of methods in
  255.     computer vision.)
  256.  
  257.     David Marr, "Vision: a computational investigation into the human
  258.     representation and processing of visual information", W.H. Freeman,
  259.     San Francisco, CA, 1982.
  260.  
  261.     [Three papers in the Encyclopedia of Aritificial Intelligence are
  262.      relevant:
  263.         Path planning and obstacle avoidance, pages 708-715
  264.         Mobile robots, pages 957-961
  265.         Sensors, pages 1031-1036]
  266.  
  267.     The 6.270 Robot Builder's Guide, by Fred Martin. Available by
  268.     anonymous ftp from kame.media.mit.edu (18.85.0.45) in
  269.     ~ftp/pub/fredm/README or in cherupakha.media.mit.edu:pub/6270/docs
  270.     [18.85.0.47]. This directory contains "The 6.270 Robot
  271.     Builder's Guide", the course notes to the 1992 MIT LEGO Robot Design
  272.     Competition. For more information, contact Fred Martin
  273.     <fredm@media-lab.media.mit.edu>.
  274.  
  275. ----------------------------------------------------------------
  276. Subject: [21] Distributed AI
  277.  
  278. Collections:
  279.  
  280.     Alan H. Bond and Les Gasser, "Readings in Distributed
  281.     Artificial Intelligence", Morgan Kaufmann, San Mateo, CA, 1988.
  282.  
  283.     Michael N.  Huhns, ed., "Distributed Artificial
  284.     Intelligence", Morgan Kaufmann, 1987.
  285.  
  286.     Les Gasser and Michael N.  Huhns, eds., "Distributed
  287.     Artificial Intelligence, Volume II", Morgan Kaufmann, 1989.
  288.  
  289.     (Special Issue on Distributed AI) IEEE Transactions on
  290.     Systems, Man, and Cybernetics, Vol. 11, No. 1, Jan 1981.
  291.  
  292.     (Special Issue on Distributed AI---10 years later) IEEE
  293.     Transactions on Systems, Man, and Cybernetics, Vol. 21,
  294.     No. 6, Nov/Dec 1991.
  295.  
  296.     Decentralized Artificial Intelligence, Y. Demazeau ed. 1990,
  297.     Decentralized AI 2, Demazeau, Y. & Muller, J-P, eds. 1991,
  298.     Decentralized AI 3, Werner & Demazeau eds. 1992,
  299.     all published by  Elsevier Science Publishers .
  300.  
  301. [Surveys can be found in the Bond & Gasser book listed above,
  302. and in: The Handbook of AI volume 4 1989; IEEE Systems, Man,
  303. and Cybernetics-17(5) 1987; Kluwer Academic's AI Review-6(1)1992.]
  304.  
  305. ----------------------------------------------------------------
  306. Subject: [22] Philosophy of AI
  307.  
  308.     D. McDermott, "Artificial Intelligence Meets Natural Stupidity," in
  309.     Mind Design: Philosophy, Psychology, Artificial Intelligence, J.
  310.     Haugeland, editor, chapter 5, pp. 143-160, MIT Press, 1981.
  311.  
  312.     H.A. Simon, "Sciences of the Artificial", 2nd Edition, MIT Press, 1981.
  313.  
  314.     A.M. Turing, "Computing Machinery And Intelligence," Mind, vol. LIX,
  315.     no. 236, 1950.  Reprinted in "Computers and Thought", Feigenbaum &
  316.     Feldman (eds.), 1963.  Also reprinted in "The Mind's I", Hofstadter &
  317.     Dennett (eds.).  Also reprinted in "Readings in Cognitive Science",
  318.     Collins & Smith (eds.), section 1.1.
  319.  
  320.     Roger Penrose, "The Emperor's New Mind: Concerning computers,
  321.     minds, and the laws of physics", Oxford University Press, New York,
  322.     1989, 466 pages, $30.
  323.  
  324.     Douglas R. Hofstadter and Daniel C. Dennett, "The Mind's I:
  325.     Fantasies and Reflections on Self and Soul", Basic Books, New
  326.     York, 1981, 501 pages, $15.50.
  327.  
  328.     Daniel C. Dennett, "Consciousness explained", 1st edition, Little,
  329.     Brown and Company, Boston, 1991, 511 pages, $27.95.
  330.  
  331.     John Haugeland, "Artificial Intelligence: The very idea", MIT Press,
  332.     Cambridge, MA, 1985, 287 pages.
  333.  
  334.     John Haugeland, editor, "Mind Design: Philosophy, Psychology,
  335.     Artificial Intelligence", MIT Press, Cambridge, MA 1981, 368 pages.
  336.  
  337.     Margaret A. Boden, editor, "The Philosophy of Artificial Intelligence",
  338.     Oxford University Press, New York, 1990, 452 pages.
  339.  
  340.     Hans Moravec, "Mind Children: The future of robot and human intelligence",
  341.     Harvard University Press, Cambridge, MA, 1988, 214 pages.
  342.  
  343.     Kirsh, D., editor, "Foundations of Artificial Intelligence, Special
  344.     issues of Artificial Intelligence", The MIT Press, 1991.  Reprinted
  345.     from Artificial Intelligence 47(1--3), 1991.
  346.  
  347. ----------------------------------------------------------------
  348. Subject: [23] Miscellaneous
  349.  
  350. Cyc:
  351.  
  352.     "CYC", AI Magazine 1986, 7(1), 1986.
  353.  
  354. Also, be sure to check the proceedings of the various national
  355. conferences in the area that interests you.
  356.  
  357. PhD theses can often be obtained from University Microfilms
  358. Internatinal, 300 North Zeeb Road, Ann Arbor, MI 48106.
  359.  
  360. ----------------------------------------------------------------
  361. Subject: [24] Videotapes and Magazines
  362.  
  363. Videotapes:
  364.  
  365.    The 4th episode of the PBS series "The Machine That Changed the World" is
  366.    a good introduction to AI. It is available for $90 from Films for the
  367.    Humanities, 1-800-257-5126.
  368.  
  369.    Morgan Kaufmann also has a good set of tapes of AI-related lectures, but
  370.    it runs on the expensive side.
  371.  
  372.  
  373. AI-related magazines include:
  374.  
  375.    AI EXPERT
  376.    Miller Freeman, Inc., 600 Harrison Street, San Francisco, CA 94107.
  377.    Subscriptions: 1-800-274-2534 or 303-447-9330
  378.    $42/year (12 issues), $6 extra in Canada and Mexico,
  379.    $15 extra (surface mail) or $40 (air mail) for overseas.
  380.  
  381.    PC AI
  382.    3310 West Bell Road, Suite 119, Phoenix, AZ 85023.
  383.    Subscriptions: 602-971-1869, fax 602-971-2321.
  384.    $28/year (6 issues); $54 for two years; $78 for three years.
  385.    $9 extra in Canada and Mexico, $25 extra (air mail) for all
  386.    other countries.
  387.  
  388. ----------------------------------------------------------------
  389.  
  390. ;;; *EOF*
  391. Xref: bloom-picayune.mit.edu comp.ai:14854 news.answers:4558
  392. Path: bloom-picayune.mit.edu!enterpoop.mit.edu!usc!zaphod.mps.ohio-state.edu!swrinde!emory!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!mkant
  393. From: mkant+@cs.cmu.edu (Mark Kantrowitz)
  394. Newsgroups: comp.ai,news.answers
  395. Subject: FAQ: Artificial Intelligence FTP Resources 3/3 [Monthly posting]
  396. Summary: FTP Resources for AI
  397. Message-ID: <ai-faq-3.text_724233756@cs.cmu.edu>
  398. Date: 13 Dec 92 08:03:49 GMT
  399. Article-I.D.: cs.ai-faq-3.text_724233756
  400. Expires: Tue, 26 Jan 1993 08:02:36 GMT
  401. Sender: news@cs.cmu.edu (Usenet News System)
  402. Reply-To: mkant+ai-faq@cs.cmu.edu
  403. Followup-To: poster
  404. Organization: School of Computer Science, Carnegie Mellon University
  405. Lines: 814
  406. Approved: news-answers-request@MIT.Edu
  407. Supersedes: <ai-faq-3.text_721641745@cs.cmu.edu>
  408. Nntp-Posting-Host: a.gp.cs.cmu.edu
  409.  
  410. Archive-name: ai-faq/part3
  411. Last-Modified: Thu Oct 15 22:35:01 1992 by Mark Kantrowitz
  412. Version: 1.2
  413.  
  414. ;;; ****************************************************************
  415. ;;; Answers to Questions about Artificial Intelligence *************
  416. ;;; ****************************************************************
  417. ;;; Written by Mark Kantrowitz
  418. ;;; Thu Oct 15 22:30:13 1992 by Mark Kantrowitz <mkant@GLINDA.OZ.CS.CMU.EDU>
  419. ;;; ai-faq-3.text -- 949 bytes
  420.  
  421. If you think of questions that are appropriate for this FAQ, or would
  422. like to improve an answer, please send email to mkant+ai-faq@cs.cmu.edu.
  423.  
  424. Part 3 (FTP Resources):
  425.   [3-0]  General Information about FTP Resources for AI
  426.   [3-1]  FTP Repositories
  427.   [3-2]  FTP and Other Resources
  428.   [3-3]  AI Bibliographies available by FTP
  429.   [3-4]  AI Technical Reports available by FTP
  430.  
  431. Search for [#] to get to question number # quickly.
  432.  
  433. ----------------------------------------------------------------
  434. Subject: [3-0]  General Information about FTP Resources for AI
  435.  
  436. In general, see the Lisp FAQ for Lisp-related software and the Prolog
  437. Resource Guide and the Prolog FAQ for Prolog-related software. If a
  438. Lisp-based or Prolog-based system is listed here, only the ftp site
  439. and directory will be listed; for a more detailed description, see the
  440. Lisp FAQ and the Prolog Resource Guide. For information on obtaining
  441. the Lisp FAQ or the Prolog Resource Guide see [1-0].
  442.  
  443. ----------------------------------------------------------------
  444. Subject: [3-1]  FTP Repositories
  445.  
  446.    Ada Repository:
  447.  
  448.       The Ada Repository on wsmr-simtel20.army.mil (mailing list
  449.       ada-sw@wsmr-simtel20.army.mil) contains a directory of AI programs in
  450.       PD2:<ADA.AI>*.*. A somewhat easier to access copy of the archives is
  451.       available as wuarchive.wustl.edu:/mirrors/ada/ai.
  452.  
  453.    UCLA Artificial Life Depository:
  454.  
  455.       ftp.cognet.ucla.edu (128.97.50.19):~ftp/pub/alife
  456.  
  457.       Repository of papers, articles, tech reports, software and other items of
  458.       interest to Artificial Life researchers. It includes an archive of
  459.       past postings to the alife mailing list, alife@cognet.ucla.edu (send
  460.       mail to alife-request@cognet.ucla.edu to be added to the list).
  461.  
  462.       (Other artificial life information is available from santafe.edu
  463.        in the directory pub/Artificial-Life-III.)
  464.  
  465.    Consortium for Lexical Research:
  466.       clr.nmsu.edu [128.123.1.12]
  467.       equivalently, lexical.nmsu.edu [128.123.1.12]
  468.  
  469.       Archive containing a variety of programs and data files related to
  470.       natural language processing research, with a particular focus on
  471.       lexical research.  See the file catalog-short for a quick listing of
  472.       the contents of the archive. Long descriptions are in the info/
  473.       subdirectory. Publicly available materials are in the pub/
  474.       subdirectory. Materials for paid-up members of the Consortium are in
  475.       the members-only/ subdirectory.  Public materials include the Alvey
  476.       Natural Language Tools, Sowa's Conceptual Graph parser implemented in
  477.       YACC by Maurice Pagnucco, a morphological parsing lexicon of English,
  478.       a phonological rule compiler for PC-KIMMO, C source code for the NIST
  479.       SGML parser, PC-KIMMO sources, the 1911 Roget Thesaurus, and a variety
  480.       of word lists (including English, Dutch, and male/female/last names).
  481.       Comments and questions may be directed to lexical@nmsu.edu.
  482.  
  483.    Fuzzy Logic Repositories:
  484.  
  485.       ntia.its.bldrdoc.gov:pub/fuzzy contains information concerning fuzzy
  486.       logic, including bibliographies (bib/), product descriptions and demo
  487.       versions (com/), machine readable published papers (lit/),
  488.       miscellaneous information, documents and reports (txt/), and programs,
  489.       code and compilers (prog/). You may download new items into the new/
  490.       subdirectory. If you deposit anything in new/, please inform
  491.       fuzzy@its.bldrdoc.gov. The repository is maintained by Timothy Butler,
  492.       tim@its.bldrdoc.gov. The Fuzzy Logic Repository is also accessible
  493.       through a mail server, rnalib@its.bldrdoc.gov. For help on using the
  494.       server, send mail to the server with the following line in the body
  495.       of the message:
  496.     @@ help
  497.       Other commands available include index, list, find, send, and credits.
  498.  
  499.       Ostfold Regional College in Norway recently started a ftp site
  500.       for material related to fuzzy logic, ftp.dhhalden.no:fuzzy/.
  501.       Material to be included in the archive (e.g., papers and code)
  502.       may be placed in the upload/ directory. Now holds the files from
  503.       Togai's mail-server, and other files from Timothy Butler's site
  504.       ntia.its.bldrdoc.gov. It also includes some demo programs. Send
  505.       email to Asgeir Osterhus, <asgeiro@dhhalden.no>.
  506.  
  507.       Togai InfraLogic, Inc. (TIL) also runs a fuzzy logic email server
  508.       which contains demo versions of some of their software, fuzzy logic
  509.       bibliographies, conference announcements, a short introduction to
  510.       fuzzy logic, copies of the company newsletter, and so on. See the
  511.       entry in the answer to question [1-8] for more information on the
  512.       company. To get started with the fuzzy logic email server, send a
  513.       message with NO SUBJECT LINE to fuzzy-server@til.com, containing just
  514.       the word "help" in the message body.  The server will reply with a set
  515.       of instructions.  Please address any comments, questions or requests
  516.       to either erik@til.com or tanaka@til.com. Most of the contents of the
  517.       TIL server is mirrored at Tim Butler's fuzzy logic ftp repository at
  518.       ntia.its.bldrdoc.gov and at Ostfold ftp repository at ftp.dhhalden.no.
  519.  
  520.    UC/Irvine AI/Machine Learning Repository:
  521.  
  522.       ics.uci.edu has a variety of AI-related materials, with a special
  523.       focus on machine learning. The directory /pub/machine-learning-databases
  524.       contains over 80 benchmark data sets for classifier systems (30mb).
  525.  
  526.       Site Librarian: Patrick M. Murphy (ml-repository@ics.uci.edu)
  527.       Off-Site Assistant: David W. Aha (aha@insight.cs.jhu.edu)
  528.  
  529.    Machine Learning:
  530.  
  531.       Various programs (e.g., ID3) and publications related to machine
  532.       learning are available by anonymous ftp from the machine
  533.       learning group (under Raymond Mooney) at UT-Austin, at
  534.      cs.utexas.edu:pub/mooney.
  535.       Subdirectories include
  536.      ml-course    information and homeworks from a graduate course
  537.             in machine learning taught by Dr. Mooney. Homeworks
  538.             include "miniatures" of various machine learning
  539.             systems written in Common Lisp.
  540.      ml-code    Common Lisp code corresponding to the assignments
  541.             for the course in the ml-course directory.
  542.      ml-progs    More "research-level" versions of inductive
  543.             classification algorithms and software for automated
  544.             experiments that generation learning curves that
  545.             compare several systems.
  546.      papers        Publications producted by the machine learning
  547.             research group.
  548.  
  549.    Funic Neural FTP Archive Site:
  550.       The Finnish University maintains an archive site containing a
  551.       large collection of neural network papers and public domain
  552.       software gathered from FTP sites in the US. The files are available
  553.       by annonymous ftp from funic.funet.fi:/pub/sci/neural. For
  554.       further information, contact magi@funic.funet.fi (or magi@utu.fi).
  555.  
  556.    OSU Neuroprose:
  557.       archive.cis.ohio-state.edu:/pub/neuroprose    (128.146.8.52)
  558.  
  559.       This directory contains technical reports as a public service to the
  560.       connectionist and neural network scientific community which has an
  561.       organized mailing list (for info: connectionists-request@cs.cmu.edu)
  562.  
  563.    NL Software Registry:
  564.  
  565.       The Natural Language Software Registry is a catalogue of software
  566.       implementing core natural language processing techniques, whether
  567.       available on a commercial or noncommercial basis. Some of the topics
  568.       listed include speech signal processing, morphological analysis,
  569.       parsers, and knowledge representation systems. The catalogue is
  570.       available by anonymous ftp to tira.uchicago.edu (IP 128.135.96.31), by
  571.       email to registry@tira.uchicago.edu, and by physical mail to NL
  572.       Software Registry, Center for Information and Language Studies, 1100
  573.       East 57th Street, Chicago, IL 60637.
  574.  
  575.  
  576. ----------------------------------------------------------------
  577. Subject: [3-2]  FTP and Other Resources
  578.  
  579. In addition to programs available free by anonymous ftp, we've
  580. included some programs which are available by contacting the authors,
  581. and some programs which charge a nominal fee.
  582.  
  583.    Artificial Life:
  584.  
  585.       Tierra is an artificial life system for studying the evolution of digital
  586.       organisms. Tierra runs in Unix and MS-DOS. Source code and documentation
  587.       is available by anonymous ftp at tierra.slhs.udel.edu (128.175.41.34) and
  588.       life.slhs.udel.edu (128.175.41.33) in the directories almond/, beagle/,
  589.       doc/, and tierra/.  To be added to either the tierra-announce (official
  590.       announcements only) or tierra-digest (moderated discussion plus
  591.       announcements) mailing lists, send mail to
  592.       tierra-request@life.slhs.udel.edu. Send bug reports to
  593.       tierra-bug@life.slhs.udel.edu.
  594.  
  595.    Blackboard Architectures:
  596.  
  597.     GBB (PD Version) -- dime.cs.umass.edu:/gbb
  598.  
  599.     GEST   -- Contact: Susan Coryell <scoryell@gtri01.gatech.edu>
  600.           Blackboard system. Runs on Symbolics and SUN.
  601.           Georgia Tech's Generic Expert System Tool (GEST)
  602.           Available to academic institutions for classroom use.
  603.             
  604.    Case-based Reasoning:
  605.  
  606.     CL-Protos   -- cs.utexas.edu:/pub/porter
  607.                Contact: Dan Dvorak <dvorak@cs.utexas.edu>
  608.                 Ray Bareiss <bareiss@ils.nwu.edu>
  609.                 Erik Eilerts <eilerts@cs.utexas.edu>
  610.                 Bruce W. Porter <porter@cs.utexas.edu>
  611.  
  612.     MICRO-xxx  -- Contact: waander@cs.umd.edu
  613.  
  614.    Chess:
  615.  
  616.       The SAN Kit chess programming C source toolkit provides common routines
  617.       for move notation I/O, move generation, move execution, etc. Only search
  618.       routines and an evaluation function need be added to obtain a working
  619.       chess program. It is available by anonymous ftp from
  620.       valkyries.andrew.cmu.edu [128.2.232.4] in the directory pub/chess/misc
  621.       as the compressed tar file san.tar.Z. Contact Steven J. Edwards,
  622.       sje@xylos.ma30.bull.com for more information.
  623.  
  624.    Expert Systems:
  625.  
  626.       FOCL   -- ics.uci.edu:pub/SaranWrap/{README,KR-FOCL-ES.cpt.hqx}
  627.         Contact: pazzani@ics.uci.edu
  628.         Expert System Shell and Machine Learning Program;
  629.         Extends Quinlan's FOIL.
  630.  
  631.       OPS5   -- ftp.cs.cmu.edu:/afs/cs/user/mkant/Public/Lisp/ops5.tar.Z
  632.  
  633.       BABYLON-- gmdzi.gmd.de:gmd/ai-research/Software/ (129.26.8.90)
  634.         (BinHexed stuffit archive of Babylon)
  635.         Development environment for expert systems.
  636.  
  637.       CLIPS is an OPS-like forward chaining production system written in ANSI C
  638.       by NASA. The CLIPS inference engine includes truth maintenance, dynamic
  639.       rule addition, and customizable conflict resolution strategies. CLIPS,
  640.       including the runtime version, is easily embeddable in other
  641.       applications. CLIPS runs on IBM PC compatibles, Macintosh, VAX 11/780,
  642.       Sun 3/260, and HP9000/500.  CLIPS is available from COSMIC at a nominal
  643.       fee for unlimited copies with no royalties.  For more information, email
  644.       service@cossack.cosmic.uga.edu, write COSMIC, University of Georgia, 382
  645.       East Broad Street, Athens, GA 30602, call 404-542-3265, or fax
  646.       404-542-4807. To subscribe to the CLIPS mailing list, send a message to
  647.       the list server listserv@cossack.cosmic.uga.edu (128.192.14.4) with
  648.       message body SUBSCRIBE CLIPS-LIST. An electronic bulletin board
  649.       containing information regarding CLIPS can be reached 24 hours a day at
  650.       713-280-3896 or 713-280-3892. Communications information is 300, 1200, or
  651.       2400 baud, no parity, 8 data bits, and 1 stop bit. The CLIPS help desk
  652.       phone number is 713-280-2233 and email address is
  653.       stbprod@krakatoa.jsc.nasa.gov. The book "Expert Systems:
  654.       Principles and Programming" by Joseph Girrantano and Garey Riley
  655.       comes with an MS-DOS CLIPS interpreter.
  656.  
  657.    Frame Systems:
  658.  
  659.     FrameWork   -- ftp.cs.cmu.edu:
  660.                /afs/cs.cmu.edu/user/mkant/Public/Lisp/framework.lisp
  661.  
  662.     Theo        -- Contact: Tom.Mitchell@cs.cmu.edu
  663.  
  664.     FrameKit    -- Contact: Eric.Nyberg@cs.cmu.edu
  665.  
  666.     KR        -- Contact: Brad.Myers@cs.cmu.edu
  667.  
  668.     PARKA        -- Contact: spector@cs.umd.edu
  669.                Frames for the CM
  670.  
  671.     PARMENIDES (Frulekit) -- Contact: Peter.Shell@cs.cmu.edu
  672.